set file to read only C#

68

set file to read only C# -

File.SetAttributes(path, FileAttributes.ReadOnly);

Comments

Submit
0 Comments